home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / Dvips / dvips.env < prev    next >
Text File  |  1995-04-18  |  6KB  |  170 lines

  1. * OzTeX users please note: you need to change the HOME path.
  2. * Change the PASSWORD string after you register with Tom.
  3. * If you use commercial PostScript fonts like CM/PS or Lucida
  4. * then you need to carry out the steps listed in OzTeX's Read-Me file.
  5. *
  6. * This file is read by dvips, maketexpk, and PrintPS.
  7. * It must be placed either in your System Folder
  8. * (or in the Preferences folder of the System Folder for System 7)
  9. * or in the folder containing the dvips application.
  10. *
  11. * Below are all the environment variables called by dvips.
  12. * Upon start-up, dvips first reads this file to get the
  13. * value of TEXCONFIG.  This variable tells dvips where to
  14. * look for config.ps - the main configuration file for dvips.
  15. * After reading config.ps, dvips checks this file for the
  16. * remaining environment variables. The paths specified in
  17. * this file will override any paths set in config.ps.
  18. *
  19. * The paths given here must be in Unix file system notation.
  20. * This means that paths are separated by a colon(:) and
  21. * directories or folder are separated by a slash(/).
  22. * A period(.) stands for the current directory and on the
  23. * Macintosh this will be the folder containing the dvi file
  24. * which is being converted. All absolute paths must begin
  25. * with a slash(/). All other paths are relative and begin with
  26. * a period(.), i.e., they are paths relative to the current
  27. * directory. The current directory will usually expand to the
  28. * directory containing the file being processed.
  29. * A tilde(~) is a wild card character that expands
  30. * to the value of the HOME variable. In Unix HOME is set by
  31. * the shell to be the home directory, but on the Macintosh
  32. * there is no "home" folder so you can set HOME to be anything
  33. * you wish, as long as it is an absolute path.
  34. *
  35. * Unlike Unix, directory or folder names and file names may
  36. * contain spaces.  However, these names may not contain an
  37. * asterisk(*).
  38. *
  39. * Any line beginning with an asterisk(*) is a comment line and
  40. * is ignored by dvips. Every other line must begin
  41. * with one of the environment variable names, followed by
  42. * a space, and then the path associated with that variable.
  43. * A path may be continued on the next line if you type
  44. * a back-slash '\' immediately before the return key
  45. * and continuing the path immediately on the next line.
  46. * A variable can be "turned off" by putting an asterisk(*)
  47. * before the variable name or by deleting the variable
  48. * entirely from this file.  
  49. *
  50. *
  51. * PASSWORD is the variable which dismisses the numerous dialog boxes
  52. * reminding you to register your copy of CMacTeX 2.3. The correct value 
  53. * for this variable will be sent to you via e-mail when you send in your
  54. * registration fee.
  55. *
  56. PASSWORD abcdefghi#00000000
  57. *
  58. *
  59. * HOME can be set to anything. A tilde(~) in any other path
  60. * will expand to the value of HOME.
  61. HOME /HD/OzTeX
  62. *
  63. *
  64. * TEXCONFIG is the list of folders in which dvips will look
  65. * for the main configuration file, config.ps.
  66. *
  67. TEXCONFIG .:~/Dvips/ps
  68. *
  69. *
  70. * DVIPSHEADERS is the list of folders in which dvips will look
  71. * for PostScript header files (eg .pro and .pfa files).
  72. *
  73. DVIPSHEADERS .:~/Dvips/ps:~/PS-files
  74. *
  75. *
  76. * TEXINPUTS is the list of folders in which dvips will look 
  77. * for epsf files, etc.
  78. *
  79. TEXINPUTS .
  80. *
  81. *
  82. * TEXFONTS is the list of folders in which dvips will look 
  83. * for tfm files.
  84. *
  85. TEXFONTS .:~/TeX-fonts/CM:~/TeX-fonts/PS:~/TeX-fonts/LaTeX
  86. *
  87. *
  88. * TEXPKS is the list of folders in which dvipreview will look
  89. * for pk fonts. If a % character is found in the path,
  90. * the following substitutions will be made, and then a search will
  91. * be made for the resulting filenames.
  92. * %f is replaced by the font name.
  93. * %b is replaced by the output device horizontal resolution dots per inch.
  94. * %d is replaced by the font size in dots per inch.
  95. * Note that, for each path element, if it contains a percent sign, you
  96. * must give the full file name, including path, rather than just the
  97. * directory name; a path element such as  /fonts/%b will try to
  98. * open /fonts/300 when looking for cmr10.329pk, for
  99. * instance, and this may not be what is intended; /fonts/%b/%f.%dpk
  100. * is needed.  If a path element does not contain a percent sign, there
  101. * is no need to specify the entire file name.
  102. *
  103. TEXPKS .:~/PK-files/%f.%dpk:~/PK-files/%d/%f.%dpk:~/PK-files/%d/%f
  104. *
  105. *
  106. * By default, generated pk files are placed in the folder containing the
  107. * dvi file.  You may use the variable PKTEMPFOLDER to specify a particular
  108. * folder to receive these pk files.  This folder is also in the TEXPKS path.
  109. *
  110. PKTEMPFOLDER ~/PK-files
  111. *
  112. *
  113. * VFFONTS is the list of folders in which dvips will look
  114. * for vf fonts.
  115. *
  116. VFFONTS .:~/VF-files
  117. *
  118. *
  119. * TEXFONTS_SUBDIR is a list of folders all of whose subfolders
  120. * will also be searched for tfm files and pk fonts.
  121. *
  122. * TEXFONTS_SUBDIR ~/texfonts
  123. *
  124. *
  125. * PRINTER is the name of the default printer configuration file.
  126. * PRINTER
  127. *
  128. *
  129. * METAFONT and GFTOPK are the full Unix paths to Metafont and GFtoPK.
  130. * Dvips needs to know where these programs are located in order to
  131. * automatically generate missing pk files.
  132. *
  133. METAFONT ~/Metafont/mf
  134. GFTOPK ~/Metafont/GFtoPK
  135. *
  136. *
  137. * The next entries allow the user to customize the Transfer Menu
  138. * in dvips.  This menu allows you to simply launch or bring an already
  139. * opened application to the front.  Whatever appears between the double
  140. * quotes will be an entry in the Transfer Menu. A Command Key equivalent
  141. * may be designated with a /.  When you select an entry from the Transfer
  142. * Menu the application whose full Unix path is given here will either be
  143. * launched or brought to the front.  Only the first entry will appear in the
  144. * Transfer menu for the freeware version of CMacTeX.
  145. *
  146. "Editor /E" ~/BBEdit Lite/BBEdit Lite 3.0
  147. "Print /P" ~/Dvips/PrintPS
  148. *
  149. *
  150. * Dvips will display the full pathname of each file it tries to open
  151. * if DEBUG is set to 1. This feature can be used to debug your installation.
  152. * The output is stored in a file, e.g., dvips.log in the same folder as
  153. * the application.
  154. *
  155. DEBUG 0
  156. *
  157. *
  158. * If you want dvips to quit automatically after processing a dvi file, set AUTOQUIT
  159. * to 1.  The screen output from dvips is stored in the file "dvips.log" in the same 
  160. * folder as the application.
  161. *
  162. AUTOQUIT 0
  163. *
  164. *
  165. * If you want dvips and maketexpk to remove all log, tfm, and gf files created 
  166. * during automatic font generation, set CLEANUP to 1.
  167. *
  168. CLEANUP 1
  169.